Skip to content

test: add in a regression test for #7414 #17479

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2023

Conversation

ckipp01
Copy link
Member

@ckipp01 ckipp01 commented May 12, 2023

While the original reported issue does now compile, the pickling tests
fail with:

- .fun:((q: DepTest.Dep[DepTest.obj.type]#t.Dependent): scala.Unit)>@tests/pos/i7414.scala<223..235>
+ .fun:((q: DepTest.obj.Dependent): scala.Unit)>@tests/pos/i7414.scala<223..235>

This adds in a test for this, but adds it to the excludes. I'm assuming
this was what was meant by this comment: #7414 (comment).

Refs: #7414

@nicolasstucki nicolasstucki enabled auto-merge May 12, 2023 12:12
@nicolasstucki nicolasstucki self-assigned this May 12, 2023
While the original reported issue does now compile, the pickling tests
fail with:

```diff
- .fun:((q: DepTest.Dep[DepTest.obj.type]#t.Dependent): scala.Unit)>@tests/pos/i7414.scala<223..235>
+ .fun:((q: DepTest.obj.Dependent): scala.Unit)>@tests/pos/i7414.scala<223..235>
```
This adds in a test for this, but adds it to the excludes. I'm assuming
this was what was meant by this comment: scala#7414 (comment).

Refs: scala#7414
@ckipp01 ckipp01 force-pushed the 7414-regression branch from d1378a6 to 27b84f0 Compare May 14, 2023 08:31
@nicolasstucki nicolasstucki merged commit b0ccf40 into scala:main May 14, 2023
@ckipp01 ckipp01 deleted the 7414-regression branch May 14, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants